Customizing Event Processing
Movie controller components provide a number of functions that allow your application to customize event processing. If your application does not use theMCIsPlayerEvent
function (described on page 2-45), you can use these functions to direct movie controller events to the appropriate movie controller component. The component then attempts to handle the event.Your application obtains the values for many of the function parameters from the appropriate event structure.
Each function returns a value that indicates whether it handled the event. If the controller component completely handles the event, the function sets the return value
to 1. If the controller component does not handle the event, the function sets the return value to 0. Your application must then handle the event.
Subtopics
- MCActivate
- MCClick
- MCDraw
- MCIdle
- MCKey
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help